home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Crossword / Source / Makefile < prev    next >
Makefile  |  1995-06-12  |  2KB  |  62 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Crossword
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Crossword.tiff
  16. DOCICONS = Xword.tiff
  17.  
  18. LOCAL_RESOURCES = Help
  19.  
  20. GLOBAL_RESOURCES = Crossword.nib Puzzle.nib Crossword.README default.xdict
  21.  
  22. CLASSES = AppDelegate.m BackjumpSquare.m BackjumpState.m BackjumpWord.m \
  23.           BroadeningSearch.m Crossword.m CrosswordSquare.m \
  24.           DepthFirstSearch.m Dictionary.m FunctionCache.m Inspector.m \
  25.           LeapfrogSquare.m LeapfrogState.m LeapfrogWord.m Notifier.m \
  26.           PlainSquare.m PlainState.m PlainWord.m Puzzle.m StopWatch.m \
  27.           WinDelegate.m
  28.  
  29. HFILES = AppDelegate.h Backjump.h BackjumpSquare.h BackjumpState.h \
  30.          BackjumpWord.h BroadeningSearch.h Crossword.h CrosswordSquare.h \
  31.          DepthFirstSearch.h Dictionary.h filing.h FunctionCache.h \
  32.          Inspector.h Leapfrog.h LeapfrogSquare.h LeapfrogState.h \
  33.          LeapfrogWord.h Notifier.h Plain.h PlainSquare.h PlainState.h \
  34.          PlainWord.h Puzzle.h StopWatch.h WinDelegate.h
  35.  
  36. MFILES = filing.m Crossword_main.m
  37.  
  38. PSWFILES = CrosswordSquarePS.psw
  39.  
  40.  
  41.  
  42. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  43. INSTALLDIR = $(HOME)/Apps
  44. INSTALLFLAGS = -c -s -m 755
  45. SOURCEMODE = 444
  46.  
  47. ICONSECTIONS =    -sectcreate __ICON app Crossword.tiff \
  48.         -sectcreate __ICON Xword Xword.tiff
  49.  
  50. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  51. DEBUG_LIBS = $(LIBS)
  52. PROF_LIBS = $(LIBS)
  53.  
  54.  
  55. -include Makefile.preamble
  56.  
  57. include $(MAKEFILEDIR)/app.make
  58.  
  59. -include Makefile.postamble
  60.  
  61. -include Makefile.dependencies
  62.